home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
10,000 Great Games
/
10,000 Great Games.iso
/
Product
/
25
/
Setup.exe
/
scripts
/
DefineButton2_199
/
BUTTONCONDACTION on(rollOver).as
Wrap
Text File
|
2001-11-16
|
114b
|
7 lines
on(rollOver){
if(getProperty("_level0/TheMenu", _currentframe) == "1")
{
gotoAndPlay(2);
}
}